home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Multimedia Selection
/
Multimedia Selection Volume One - CD-ROM
/
MULTIMEDIA SELECTION____________.ISO
/
programz
/
tsrlib
/
makefile.c20
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1991-11-30
|
237 b
|
15 lines
# This make file makes the Turbo C2.0 versions
# of the PC PLUS TSRs.
#
# R. Dalton, Sep 1991
#
all: remind.exe saver.exe
remind.exe: remind.c
tcc -ms remind.c tsrc20.lib
saver.exe: saver.c
tcc -ms saver.c tsrc20.lib